dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlVector<T> Structure / Length Property

In This Topic
    Length Property (SqlVector<T>)
    In This Topic
    Returns the number of elements in the vector.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Integer
    public int Length {get;}
    See Also